home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / dev / misc / gms_dev.lha / GMSDev / Includes / GST / dpk.c next >
Encoding:
C/C++ Source or Header  |  1997-10-27  |  255 b   |  15 lines

  1. /*
  2. ** Use the following command to create a GST file of all includes:
  3. **
  4. **   sc noobjname dpk.c
  5. **
  6. */
  7.  
  8. #include <proto/dpkernel.h>
  9.  
  10. #include <system/all.h>
  11. #include <files/all.h>
  12. #include <dpkernel/all.h>
  13. #include <graphics/all.h>
  14. #include <input/all.h>
  15.